From dde790e7677fa9a26c040aa9f546422340b152d8 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 May 2006 13:50:49 +0000 Subject: [PATCH] Make table of internal csv constants into a table. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2101 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/styles.xml | 44 +++++++++++++++++------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 5374a10f5..8961f6668 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -22,24 +22,32 @@ A few internal constants are defined in the XCSV parser to make the style file simpler. They may or may not be used and are optional in most cases. Note that only certain style file directives map these constants. - -STYLE CONSTANT MAPS TO CHAR(s) ---------------------------------------- -COMMA , -COMMASPACE ,<space> -SINGLEQUOTE ' -DOUBLEQUOTE " -COLON : -SEMICOLON ; -NEWLINE \n -CR \r -CRNEWLINE \r\n -TAB \t -SPACE <space> -HASH # -PIPE | -WHITESPACE *** SEE WHITESPACE NOTES BELOW *** - + +Internal Constants for XCSV + + + +STYLE CONSTANT MAPS TO CHAR(s) + + +COMMA , +COMMASPACE ,<space> +SINGLEQUOTE ' +DOUBLEQUOTE " +COLON : +SEMICOLON ; +NEWLINE \n +CR \r +CRNEWLINE \r\n +TAB \t +SPACE <space> +HASH # +PIPE | +WHITESPACE *** SEE WHITESPACE NOTES BELOW *** + + +
+
WHITESPACE -- 2.30.2